Call InpBox(InpForm1, "This is it", DefInp, "Here comes the title", "Times New Roman", 1000, 1000)
End Sub
Private Sub Command2_Click()
Call InpBox(InpForm1, "This is line 1" & vbCr & "This is line 2" & vbCr & "This is line 3" & vbCr & "This is line 4" & vbCr & "This is line 5" & vbCr & "This is line 6" & vbCr & "This is line 7", DefInp, "Here comes the title", "Tahoma", 4000, 5000)
End Sub
Private Sub Command3_Click()
Call InpBox(InpForm1, "Here you can see some different things about the prompt..." & vbCr & vbCr & "if you use some VbCr's in the prompt, you can see something like this." & vbCr & vbCr & vbCr & vbCr & "Got it ?", DefInp, "Here comes the title", "Arial Black", 6900, 3000)